home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / NextAnswers / EOFDirtyDoc / EOAssociationAdditions.h < prev    next >
Text File  |  1995-04-17  |  395b  |  17 lines

  1. /*
  2.  * EOAssociationAdditions.h
  3.  *
  4.  * You may freely copy, distribute, and reuse the code in this example.
  5.  * NeXT disclaims any warranty of any kind, expressed or  implied, as to its
  6.  * fitness for any particular use.
  7.  *
  8.  * Written by Kenny Leung, NeXT Technical Support
  9.  *
  10.  */
  11.  
  12. #import <eointerface/EOAssociation.h>
  13.  
  14. @interface EOAssociation(TextDelegation)
  15. - (BOOL)textWillChange:sender;
  16. @end
  17.